home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
ZIPPED
/
DOS
/
UTILITY
/
BATUTIL.ZIP
/
SK40SMLL.EXE
/
SEECOLOR.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-12-23
|
699b
|
38 lines
echo off
cls
stackey {cu=-}
stackey /u/
stackey /i/ ;turn off smart processing to prevent stray keypresses
: from causing havoc
if %1a == a goto error
echo
:top
cls
if %1 == 7 stackey [7=0]
stackey [0=%1]>nul
if errorlevel 1 goto error
echo This is color number %1
pause
if %1 == 7 stackey [7=7]
shift
if %1a == a goto end
goto top
:end
echo
stackey []
cls
goto finish
:error
echo:
echo:
echo Oops! The input parameter is not correct.
echo The input parameter should be a number from 0 to 63 or a RrBbGg string
echo:
pause
echo
stackey []
:finish
stackey {cu=+}
stackey /o/ ; remember to restore users options